home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / cvtq110.zip / 7BIT.DOC next >
Text File  |  1990-09-16  |  10KB  |  243 lines

  1.  ──────────────────────────────────────────────────────────────────────────────
  2.  ██▌ ▐▌█  ██▌                   7BIT 1.00 MANUAL                    16-Sep-1990
  3.  █▐█ ▐▌█ ▐█▐▌               - - - - - - - - - - - - -
  4.  █ █▌▐▌█ █▌▐▌  NuWaiv          Copyright (c) 1990
  5.  █ ▐█▐▌█▐█ ▐▌Software     Ian J. Molee, NuWaiv Software
  6.  █  ██▌██▌ ▐▌
  7.  ──────────────────────────────────────────────────────────────────────────────
  8.  
  9.  ■ TABLE OF CONTENTS                                                   Page
  10.  
  11.  FUNCTION................................................................ 1
  12.  LEGAL STUFF............................................................. 1
  13.  HOW TO USE IT........................................................... 2
  14.  TRANSLATION TABLES...................................................... 2
  15.         "Before"......................................................... 2
  16.         "After".......................................................... 3
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. ═════════════════════════ 7Bit Documentation         i ════════════════════════
  62.  
  63.  ■ FUNCTION
  64.  
  65.         7Bit is a simple utility which strips--or translates, to be more
  66.         accurate--high-bit ASCII characters from ASCII files.  It will,
  67.         given two file names, copy the first file to the second file,
  68.         translating all high-bit ASCII characters from the first file to
  69.         7-bit ASCII for the second file.  This is helpful when you want
  70.         to print something, but your printer does not work reliably with
  71.         high-bit characters, or the high-bit characters are printed not
  72.         as what they appear to be on the screen, but odd-looking italic
  73.         letters.
  74.  
  75.         By "translating," I mean that 7Bit will not just tear through
  76.         the file, turning each high bit character into a single, non-
  77.         changing character, such as a period, as so many other high-bit
  78.         strippers do, but will instead look at each high-bit character
  79.         and determine whether it can find a "suitable replacement" for
  80.         the high-bit character.  A good example of this is that it will
  81.         replace a "■" with a "*", a "·" with a ".", a "Ç" with a "C",
  82.         and so on.  The actual translations can be found further down in
  83.         this manual.  Although I wrote this program specifically for the
  84.         documentation of ConvertQ, I decided to include this feature
  85.         since many people may find other uses for this program, and will
  86.         want actual translation, rather than straigh replacement or
  87.         stripping of high-bits.
  88.  
  89.  ■ LEGAL STUFF
  90.  
  91.         It's pretty simple; this program is being offered as-is with no
  92.         guarantees, etc... all that mumbo jumbo.  This program is--of
  93.         course--as NuWaiv tradition goes--freeware, for a couple of
  94.         reasons, they being [1] this program is not a big-enough deal to
  95.         charge anything for, and [2] I don't want to be swamped with
  96.         angry customers telling me about all the bugs that are in here
  97.         because I whipped the entire thing up in about an hour and a
  98.         half!
  99.  
  100.         "That's legal stuff?" you say?  Okay, you asked for it, and I'll
  101.         put it all in upper-case just to make sure it's legal in all the
  102.         wonderful states of the good old U.S.A.
  103.  
  104.         UNDER NO CIRCUMSTANCES SHALL THE AUTHOR BE RESPONSIBLE FOR ANY
  105.         DIRECT OR INDIRECT DAMAGE DUE TO USE OF THIS PROGRAM.  NO
  106.         WARRANTIES, EITHER EXPRESSED OR IMPLIED, ARE GIVEN.
  107.  
  108.         OK, I'LL QUIT YELLING NOW!
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121. ═════════════════════════ 7Bit Documentation         1 ════════════════════════
  122.  
  123.  ■ HOW TO USE IT
  124.  
  125.         The command line for 7Bit is as follows:
  126.  
  127.         7BIT <Input Filename> <Output Filename>
  128.         for standard operation, or
  129.  
  130.         7BIT /H
  131.         or
  132.         7BIT /?
  133.         to get the quick-help.
  134.  
  135.         Please note that the input filename and the output filename
  136.         cannot be the same; if they are, 7Bit will abort with an error.
  137.  
  138.  
  139.  ■ TRANSLATION TABLES
  140.  
  141.         The following is a before-and-after type of comparison, to show
  142.         you exactly how 7Bit converts high-bit characters it encounters.
  143.         Of course, the two tables will look exactly the same if you have
  144.         run 7Bit on this file so that you can print this documentation,
  145.         so the tables are only valid if you're viewing this online or
  146.         your printer handles high-bit codes, in which case you have no
  147.         real use for this documentation, so why are you printing it?
  148.         <grin>
  149.  
  150.         "BEFORE"
  151.  
  152.        CODE:  CHARACTER               128:  Ç        129:  ü        130:  é
  153.         131:  â        132:  ä        133:  à        134:  å        135:  ç
  154.         136:  ê        137:  ë        138:  è        139:  ï        140:  î
  155.         141:  ì        142:  Ä        143:  Å        144:  É        145:  æ
  156.         146:  Æ        147:  ô        148:  ö        149:  ò        150:  û
  157.         151:  ù        152:  ÿ        153:  Ö        154:  Ü        155:  ¢
  158.         156:  £        157:  ¥        158:  ₧        159:  ƒ        160:  á
  159.         161:  í        162:  ó        163:  ú        164:  ñ        165:  Ñ
  160.         166:  ª        167:  º        168:  ¿        169:  ⌐        170:  ¬
  161.         171:  ½        172:  ¼        173:  ¡        174:  «        175:  »
  162.         176:  ░        177:  ▒        178:  ▓        179:  │        180:  ┤
  163.         181:  ╡        182:  ╢        183:  ╖        184:  ╕        185:  ╣
  164.         186:  ║        187:  ╗        188:  ╝        189:  ╜        190:  ╛
  165.         191:  ┐        192:  └        193:  ┴        194:  ┬        195:  ├
  166.         196:  ─        197:  ┼        198:  ╞        199:  ╟        200:  ╚
  167.         201:  ╔        202:  ╩        203:  ╦        204:  ╠        205:  ═
  168.         206:  ╬        207:  ╧        208:  ╨        209:  ╤        210:  ╥
  169.         211:  ╙        212:  ╘        213:  ╒        214:  ╓        215:  ╫
  170.         216:  ╪        217:  ┘        218:  ┌        219:  █        220:  ▄
  171.         221:  ▌        222:  ▐        223:  ▀        224:  α        225:  ß
  172.         226:  Γ        227:  π        228:  Σ        229:  σ        230:  µ
  173.         231:  τ        232:  Φ        233:  Θ        234:  Ω        235:  δ
  174.         236:  ∞        237:  φ        238:  ε        239:  ∩        240:  ≡
  175.         241:  ±        242:  ≥        243:  ≤        244:  ⌠        245:  ⌡
  176.         246:  ÷        247:  ≈        248:  °        249:  ∙        250:  ·
  177.         251:  √        252:  ⁿ        253:  ²        254:  ■        255:   
  178.  
  179.  
  180.  
  181. ═════════════════════════ 7Bit Documentation         2 ════════════════════════
  182.  
  183.         "AFTER"
  184.  
  185.        CODE:  CHARACTER               128:  C        129:  u        130:  e
  186.         131:  a        132:  a        133:  a        134:  a        135:  c
  187.         136:  e        137:  e        138:  e        139:  i        140:  i
  188.         141:  i        142:  A        143:  A        144:  E        145:  a
  189.         146:  A        147:  o        148:  o        149:  o        150:  u
  190.         151:  u        152:  y        153:  O        154:  U        155:  c
  191.         156:  L        157:  Y        158:  P        159:  f        160:  a
  192.         161:  i        162:  o        163:  u        164:  n        165:  N
  193.         166:  a        167:  o        168:  ?        169:  +        170:  +
  194.         171:  .        172:  .        173:  !        174:  <        175:  >
  195.         176:  #        177:  #        178:  #        179:  |        180:  |
  196.         181:  |        182:  |        183:  +        184:  +        185:  |
  197.         186:  |        187:  +        188:  +        189:  +        190:  +
  198.         191:  +        192:  +        193:  +        194:  +        195:  |
  199.         196:  -        197:  +        198:  |        199:  |        200:  +
  200.         201:  +        202:  +        203:  +        204:  |        205:  =
  201.         206:  +        207:  +        208:  +        209:  +        210:  +
  202.         211:  +        212:  +        213:  +        214:  +        215:  +
  203.